﻿a {
    color: #c8122c;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #c8122c;
    text-decoration: underline
}

/*FAQ link color*/
.ui-widget-content a {
    color: #c8122c;
}


/* This was here to make section links title white (not red) but it messes up all other links. */

                                  
.ms-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.mdgov-navBar__nav {
    flex: 1 1 auto;
}

html.has-ribbon .mdgov-navBar__nav {
    top: 45px;
}

.mdgov-navBar__nav .additional-background {
    background-image: none !important;
    padding-right: 0 !important;
    display: inline-block !important;
}

.mdgov-navBar__nav .additional-background .menu-item-text {
    display: inline-block !important;
    white-space: normal !important;
}

.mdgov-navBar__nav .menu-horizontal {
    width: 100%;
}

.mdgov-navBar__nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mdgov-navBar__nav ul li a {
    text-decoration: none !important;
    /*display: block;*/
    padding: 1rem 1.5rem;
}

.mdgov-navBar__nav ul.root {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: column nowrap;
}

.mdgov-navBar__nav ul > li {
    flex: auto;
    height: 100%;
    position: relative;
}

.mdgov-navBar__nav ul > li.dynamic-children > a:after {
    content: "c";
    display: inline-block;
    float: right;
    margin-left: .5rem;
    font-family: "mdgov-icons";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    -webkit-transition: transform 300ms ease;
    -moz-transition: transform 300ms ease;
    -ms-transition: transform 300ms ease;
    -o-transition: transform 300ms ease;
    transition: transform 300ms ease;
    transform-origin: center;
    color: white;
}

.mdgov-navBar__nav ul > li > a {
    color: #fff;
    width: 100%;
}

.mdgov-navBar__nav ul > li:hover > a,
.mdgov-navBar__nav ul > li > a:focus {
    outline: none;
    background-color: rgba(255,255,255,.25);
}

.mdgov-navBar__nav ul > li > a + ul {
    left: auto !important;
    top: auto !important;
    background-color: #fff;
    min-width: 100%;
    transition: all .3s ease;
    z-index: 3 !important;
    text-align: left;
    max-height: 60vh;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.ms-core-listMenu-horizontalBox{
	font-size: 1em;
	
}

.ms-core-listMenu-verticalBox,  {
    font-size: 1.5em;
}
.mdgov-navBar__nav ul > li:hover > a + ul {
    opacity: 1 !important;
    visibility: visible !important;
}

.mdgov-navBar__nav ul > li > a + ul > li > a {
    padding: .5rem 1rem !important;
    display: block !important;
    color: #000 !important;
}

.mdgov-navBar__nav ul > li > a + ul > li > a:hover,
.mdgov-navBar__nav ul > li > a + ul > li > a:focus {
    background-color: rgba(0,0,0,.05);
}
    .content-margins {
	    height: auto;
	    padding: 10px !important;
}

@media(max-width: 991.98px) 
{
    .mdgov-navBar__nav ul > li {
        width: 100%;
        height:60px;
    }
    .mdgov-navBar__nav ul > li ul {
        /*visibility:hidden;*/
    }

    .mdgov-navBar__nav ul > li:hover > a + ul {
        position: static;
        box-shadow: none;
    }

}

@media(min-width: 992px) 
{
    
    .mdgov-navBar__nav ul > li.dynamic-children > a:after {
        font-size: 12px;
    }

    .mdgov-navBar__nav ul > li > a + ul {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        box-shadow: 0 4px 4px -1px rgba(0,0,0,.35);
    }

    .mdgov-navBar__nav ul.root {
        height: 100%;
        align-items: center;
        flex-flow: row nowrap;
    }
    
    .mdgov-navBar__nav ul > li {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .mdgov-navBar__nav ul li a {
        padding: 0.5rem 1.5rem;
    }

    .mdgov-navBar__nav ul.root > li > a {
        text-align: center;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

}


/* Only display masthead background images on larger screens. */
@media (min-width: 992px) {

    /* Default site-wide masthead.
    .mdgov-navBar {
        flex-flow: row wrap;
        background-color: rgb(0 0 0 / 37%);
        z-index: 2000 !important;
        max-height: 100px !important;
    }
    
	.mdgov-navBar__nav ul > li > a {
	    color: #fff !important;
	    width: 100% !important;
	} */

    .mdgov-footer {
        clear: both;
        max-width: 1920px;
        margin: initial;
    }
    
	.container-fluid {
	    max-width: 100%;
		width: 100% !important;
	}
	
    .pl-lg-4,
    .px-lg-4,
    .mdgov-twoCol-col1,
    .mdgov-twoCol-col2,
    .mdgov-threeCol-col1,
    .mdgov-threeCol-col2,
    .mdgov-threeCol-col3 {
        padding-left: 0px !important;
    }

    .mdgov-masthead {
        background-image: url("/SiteAssets/Images/MD_CC_Banner.png");
        height: 275px !important;
    }

    .mdgov-hero__brand__logo {
        margin-top: 40px !important;
    }

    .mdgov-hero__heading {
        margin-top: 50px;
    }

    .mdgov-hero--shaded {
        overflow: hidden;
        position: relative;
        top: -64px;
        min-height: 160px !important;
        /*background-color: rgba(0, 0, 0, 0.35) !important;*/
        background-color: rgba(0, 0, 0, 0) !important;
        max-height: 176px;
        margin-top: 4px;
    }

    /* Default site-wide fixed layout masthead. */
    .mdgov-fixed .mdgov-masthead {
        background-image: url("/SiteAssets/Images/MD_CC_Banner.png");
    }

    /* Tall fluid-width masthead. */
    .mdgov-masthead.mdgov-masthead--tall {
        background-image: url("/SiteAssets/Images/MD_CC_Banner.png");
    }

    /* Tall fixed-width masthead. */
    .mdgov-fixed .mdgov-masthead.mdgov-masthead--tall {
        background-image: url("/SiteAssets/Images/MD_CC_Banner.png");
    }

    /* Full-height, fluid-width masthead. */
    .mdgov-masthead.mdgov-masthead--full {
        background-image: url("/SiteAssets/Images/MD_CC_Banner.png");
        overflow: hidden;
    }

    /*
		For displaying angled card background effect.
		Note that background color is specified as the primary brand in the core CSS already.
	*/
    .mdgov-masthead.mdgov-masthead--full:before {
        content: "";
        backface-visibility: hidden;
        transform: skew(0deg, -3deg);
        height: 50%;
        width: 100vw;
        position: absolute;
        z-index: 0;
        transform-origin: bottom left;
        left: 0;
        bottom: -110px;
    }

    /* Full-height, fixed-width masthead. */
    .mdgov-fixed .mdgov-masthead.mdgov-masthead--full {
        /*background-image: url("../../../_layouts/15/MDSharePointToolkit/egov/img/masthead-bg-full-fixed-1200x1020.jpg");*/
        background-image: url("/SiteAssets/Images/MD_CC_Banner.png");
        background-size: 300px;
        background-position: top center;
    }
   /*Angled photo on the default homepage*/
    .mdgov-masthead--angled {
        /*background-image: url('../../../_layouts/15/MDSharePointToolkit/egov/img/masthead-bg-angled.jpg');*/
     	background-image: url("/PublishingImages/Home-Image-Mask-PAX-jet.png");
   
    }


    /* Online Services Widget Container */
    .svc_filterForm {
        background-color: #e9ecef;
        padding: 1rem 1rem 0 1rem;
        margin-bottom: 1rem;
    }

    footer a {
        color: white !important;
    }

    footer a:hover {
        color: white !important;
    }    

    /*Button Code*/
    /*
.btn-primary {
color: #fff;
background-color: #000000;
border-color: #000000;
}

.btn-primary:hover {
color: #fff;
background-color: #959595;
border-color: #000000;
}

.btn-primary:focus, .btn-primary.focus {
box-shadow: 0 0 0 0.2rem rgba(44, 98, 158, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
color: #fff;
background-color: #000000;
border-color: #000000;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #000000;
border-color: #000000;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(44, 98, 158, 0.5);
}

btn-light {
color: #000;
background-color: #000000;
border-color: #f8f9fa;
}

.btn-light:hover {
color: #000;
background-color: #707070;
border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
color: #000;
background-color: #f8f9fa;
border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
color: #000;
background-color: #000000;
border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
*/
    /* CSS for Resuable content */
    html.has-ribbon #reusableContentMainDiv01 a:link {
        color: #000;
    }

    html.has-ribbon #reusableContentMainDiv01 a:visited {
        color: #000;
    }

    .reusableContentMainDiv01 .nav-link[data-toggle="collapse"] {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    html.has-ribbon #reusableContentMainDiv02 a:link {
        color: #000;
    }

    html.has-ribbon #reusableContentMainDiv02 a:visited {
        color: #000;
    }

    .reusableContentMainDiv02 .nav-link[data-toggle="collapse"] {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    html.has-ribbon #reusableContentMainDiv03 a:link {
        color: #000;
    }

    html.has-ribbon #reusableContentMainDiv03 a:visited {
        color: #000;
    }

    .reusableContentMainDiv03 .nav-link[data-toggle="collapse"] {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    html.has-ribbon #reusableContentMainDiv04 a:link {
        color: #000;
    }

    html.has-ribbon #reusableContentMainDiv04 a:visited {
        color: #000;
    }

    .reusableContentMainDiv04 .nav-link[data-toggle="collapse"] {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    /* Numbers being shown under the Carousel. This fix would be incorporated by Mike in core filesÃ¢â‚¬Â¦ */
    .carousel-indicators li {
        text-indent: -4000px;
    }

    /* IE 11 is not showing the angled dividers correctly. Height property for SVG is missing. */
    .mdgov-divider--diag {
        height: 4vw;
    }

    .mdgov-social {
        display: none !important;
    }

    .mdgov-navBar {
        flex-flow: row wrap;
        background-color: rgb(0 0 0 / 37%);
        z-index: 2000 !important;
        /*max-height: 100px !important;*/ /*nav bar too close the logo*/
    }

    #searchInputBox {
        margin-bottom: 0px;
        background-color: #fff;
        border: 0px;
        margin-left: 30px;
    }

    .mdgov-search {
        display: flex;
        flex-flow: row nowrap;
        height: 50px;
        z-index: 900;
        width: 400px;
        margin-left: 5px;
        margin-bottom: 20px;
        overflow: visible;
    }

    small {
        position: absolute;
        z-index: 40;
        bottom: 0;
        margin-bottom: -15px;
    }

    .row,
    .mdgov-marketingIntro {
        margin-right: initial !important;
        margin-left: initial !important;
    }

/*}*/


*/


/*STANTEC STYLES*/
/*
.mdgov-section__heading{
margin: 5px 5px 5px 5px;
}
*/
/*.mdgov-social {
    display: none !important;
}*/

/*fixed Category FAQ with max-width */
/*@media (min-width: 992px) and (max-width: 992px) {*/

/* not work with Category FAQ
table,
th,
td {
    border: 1px solid black;
}

h3 {
    margin: 0px 0px 0px 0px;
}

.relevant-comp-factors {
    margin-top: 10%;
}

h2 {
    margin-top: 2%;
}

.logo-img {
    margin-top: 5%;
    margin-right: 8%;
    margin-bottom: 1%;
}

.h1-title {
    padding: 10% 0 0 8%;
    text-align: center;
}
End of not work with Category FAQ */

/* for image has the Descriptions*/
img.clickable-thumbnail {
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    padding: 5px !important;
    width: 150px !important;
}

img.clickable-thumbnail:hover {
    box-shadow: 0 0 2px 1px var(--primary) !important;
}

.content-margins {
    height: auto;
    padding: 10px !important;
}

a:visited {
    color: var(--primary);
}

/* again for not working category FAQ*/
/*.accordion>input[name="collapse"] {
    display: none;
}

.accordion label,
.accordion .content {
    max-width: 1400px;
    width: 100%;
    margin: 5px auto;
    float: left;
}

.accordion .content {
    background: #fff;
    overflow: hidden;
    height: 0;
    transition: 0.5s;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
}


.accordion>input[name="collapse"]:checked~.content {
    height: 380px;
    transition: height 0.5s;
}

.accordion label {
    display: block;
    border-radius: 5px;
}


.accordion {
    margin-bottom: 1em;
}

.accordion>input[name="collapse"]:checked~.content {
    border-top: 0;
    transition: 0.3s;
    padding: 20px;
    height: 100%;
}

.accordion .handle {
    margin: 0;
    font-size: 16px;
}

.accordion label {
    color: #fff;
    cursor: pointer;
    font-weight: normal;
    padding: 10px;
    background: #808080;
    user-select: none;
}

.accordion label:hover,
.accordion label:focus {
    background: #252525;
}

hr {
    border: 0 !important;
    clear: both !important;
    display: block !important;
    width: 96% !important;
    background-color: #000000 !important;
    height: 1px !important;
}

.accordion .handle label:before {
    content: "+";
    display: inline-block;
    margin-right: 10px;
    font-size: 1em;
    line-height: 1.556em;
    vertical-align: middle;
    transition: 0.4s;
}

.accordion>input[name="collapse"]:checked~.handle label:before {
    transform: rotate(225deg);
    transform-origin: center;
    transition: 0.5s;
}

.right-side-sublinks {
    min-width: 375px !important;
    max-width: 450px !important;
    background-color: var(--light) !important
}

.purpose-title {
    text-align: center !important;
    padding-top: 10px !important;
    margin: 0 !important;
}

.purpose-text {
    text-align: center !important;
    margin: 10 auto !important;
    font-style: italic !important;
    font-size: large !important;
    padding: 20px !important;
    background-color: var(--light) !important;
    border-radius: 10px;
}

img {
    height: auto;
    width: auto\9;
}

.military-stats-img {
    align-self: center;
    margin: 15px;
}

.footprint-map {
    display: flex;
    justify-content: center;
}

#contact-card {
    vertical-align: text-top !important;
    background-color: var(--gray) !important;
    border: 2px solid black !important;
    border-radius: 5px !important;

    margin-top: 0 !important;
    padding: 10px !important;
    text-align: center !important;
}

#installation-sublinks {
    overflow: hidden !important;
    margin-right: 0px !important;
    min-width: 350px !important;
    max-width: 470px !important;
    background-color: var(--darkgray) !important
}

#installation-quicklinks {
    overflow: hidden !important;
    margin-right: 0px !important;
    min-width: 350px !important;
    max-width: 470px !important;
    background-color: var(--light) !important;
    padding: 1em !important;
}
*/

/*STYLING FOR TILES ON HOME AND USING WEBSITE*/
/**
* Tooltip Styles
*/
/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -180px;
    padding: 7px;
    width: 360px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble 
[data-tooltip]:after {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}
*/
/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
}
#zz2_RootAspMenu > li:nth-child(1) > a > span > span{
	color: white;
}

#zz2_RootAspMenu > li:nth-child(2) > a > span > span{
	color: white;
}

#zz2_RootAspMenu > li:nth-child(3) > a > span > span{
	color: white;
}

#zz2_RootAspMenu > li:nth-child(4) > a > span > span{
	color: white;
}
#zz2_RootAspMenu > li:nth-child(5) > a > span > span{
	color: white;
}
#zz2_RootAspMenu > li:nth-child(6) > a > span > span{
	color: white;
}
#zz2_RootAspMenu > li:nth-child(7) > a > span > span{
	color: white;
}

#zz2_RootAspMenu > li:nth-child(8) > a > span > span{
	color: white;
}
#zz2_RootAspMenu > li:nth-child(9) > a > span > span{
	color: white;
}
#zz2_RootAspMenu > li:nth-child(10) > a > span > span{
	color: white;
}

.mdgov-entNav__btn {
    min-width: 0em !important;
}

.purpose-text{
	padding-top: 3em !important;	
}
/*Top Nav align to left */
/*.flex-column {*/
    /*flex-direction: inherit !important;*/
   /* flex-direction: column;*/

/*}*/

.nav, .mdgov-marketingIntro__nav {
  display: initial;
  }
  
  body {
    background-color:  #000 !important;
}

/*footer-2024-css*/
:root {
  --mdgov-footer-bg-color: #000;
}

[data-mdgov-theme=dark] {
  --mdgov-footer-bg-color: #000;
}

.mdgov-footer-2024 {
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: var(--mdgov-footer-bg-color);
  color: #fff;
}
.mdgov-footer-2024 a {
  color: #fff;
  text-decoration: none;
}
.mdgov-footer-2024 a:hover, .mdgov-footer-2024 a:focus {
  text-decoration: underline;
}
.mdgov-footer-2024__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: column;
  gap: 16px;
}
@media (min-width: 992px) {
  .mdgov-footer-2024__top {
    flex-flow: row;
    gap: 32px;
  }
}
.mdgov-footer-2024__nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.mdgov-footer-2024__nav > li + li:before {
  padding-right: 1rem;
  padding-left: 1rem;
  color: rgba(255, 255, 255, 0.5);
  content: "-";
}
.mdgov-footer-2024__agency {
  display: flex;
  align-items:center;
  flex-flow: column;
  gap: 16px;
}
.mdgov-footer-2024__agency__logo img {
  max-width: 90px;
}
.mdgov-footer-2024__agency__address {
  text-align: center;
}
.mdgov-footer-2024__agency__address address {
  max-width: 350px;
  margin: 0;
  background-color: transparent;
  border: 0;
  padding: 0;
}
.mdgov-footer-2024__agency__address address:before {
  content: none;
}
.mdgov-footer-2024__agency__address address strong {
  font-size: 1.2rem;
  line-height: 1;
}
@media (min-width: 992px) {
  .mdgov-footer-2024__agency__address {
    text-align: left;
  }
}
.mdgov-footer-2024__agency__links {
  display: flex;
  flex: 1 0 0%;
  flex-flow: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .mdgov-footer-2024__agency {
    flex-flow: row;
    align-items:flex-start;
  }
}
.mdgov-footer-2024__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 48px;
  padding-top: 48px;
}
.mdgov-footer-2024__bottom a {
  color: #fff;
}
.mdgov-footer-2024__bottom__heading {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
.mdgov-footer-2024__bottom h3 {
  font-size: 1.25rem;
}
.mdgov-footer-2024__bottom__links {
  display: flex;
  flex-flow: column;
  gap: 24px;
}
.mdgov-footer-2024__bottom__links a {
  display: block;
  line-height: 1;
}
.mdgov-footer-2024__bottom__links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mdgov-footer-2024__bottom__links ul li {
  margin-bottom: 0.75em;
}
.ewf-footer__heading{
  color: #fff;
}
.ewf-footer__links h3{
  color:#fff;
  margin-bottom: 20px!important;
}




@media (min-width: 992px) {
  .mdgov-footer-2024__bottom__links {
    flex-flow: row;
  }
  .mdgov-footer-2024__bottom__links > div {
    flex: 1 1 auto;
  }
}